03. Projects You Will Build

What You'll Build

Errata: @1:30 AlphaGo uses Monte Carlo Tree Search (MCTS) rather than Minimax search -- although the minimax principle still applies. Minimax and alpha-beta pruning were used in Deep Blue (the NegaScout variant) [see pg 60], and continues to be used in several state-of-the-art modern chess programs like Stockfish.